.suchformular{
    width: 100%;
     height: 40px;
}
 .suchformular .input-search {
    border: solid #676964 1px;
     width: 100%;
     height: 40px;
     font-size: 16px;
     color: green;
     padding: 0 0 0 10px;
    background: #fff;
     box-sizing: border-box;
	 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676964;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #676964;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#676964;
}

input:focus::placeholder {
  color: transparent;
}

 
 .button {position: absolute;width: 75px; height: 36px; background: white; right:12px; top:50px; background: #676964;
 -webkit-border-radius: 5px;
  -moz-border-radius:5px;
  border-radius: 5px;

}
 
 .button i {
    color:#fbfbfb;
}
 .button:hover{
    background: #AEB37F;
     cursor: pointer;
}











